From 876104835edbece470a39fc7c476a2a8f1b3c678 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 22 May 2021 14:23:55 -0400 Subject: [PATCH] sorter: Cosmetic docs changes --- gtk/gtksorter.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gtk/gtksorter.c b/gtk/gtksorter.c index f40c15311f..e9861b3538 100644 --- a/gtk/gtksorter.c +++ b/gtk/gtksorter.c @@ -314,15 +314,15 @@ gtk_sorter_get_keys (GtkSorter *self) * @self: a `GtkSorter` * @change: How the sorter changed * - * Emits the [signal@Gtk.Sorter::changed] signal to notify all users - * of the sorter that it has changed. + * Notifies all users of the sorter that it has changed. * - * Users of the sorter should then update the sort order via - * gtk_sorter_compare(). + * This emits the [signal@Gtk.Sorter::changed] signal. Users + * of the sorter should then update the sort order via + * [method@Gtk.Sorter.compare]. * - * Depending on the @change parameter, it may be possible to update - * the sort order without a full resorting. Refer to the - * [enum@Gtk.SorterChange] documentation for details. + * Depending on the @change parameter, it may be possible to + * update the sort order without a full resorting. Refer to + * the [enum@Gtk.SorterChange] documentation for details. * * This function is intended for implementors of `GtkSorter` * subclasses and should not be called from other functions. -- 2.30.2